projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe0324d
)
[docs] Use the correct GTK-doc syntax to refer to GTK+ property
author
Javier Jardón
<jjardon@gnome.org>
Tue, 12 Jan 2010 19:17:38 +0000
(20:17 +0100)
committer
Javier Jardón
<jjardon@gnome.org>
Tue, 12 Jan 2010 19:19:40 +0000
(20:19 +0100)
gtk/gtkwidget.h
patch
|
blob
|
history
diff --git
a/gtk/gtkwidget.h
b/gtk/gtkwidget.h
index 1417fda41f54f4fa53c1f50aa6f461dee507e5ae..f88825fa8e344af850c5bcfe6090370215fce94e 100644
(file)
--- a/
gtk/gtkwidget.h
+++ b/
gtk/gtkwidget.h
@@
-347,7
+347,7
@@
typedef enum
*
* Evaluates to %TRUE if the widget is a composite child of its parent.
*
- * Deprecated: 2.20: Use the
"composite-child"
property instead.
+ * Deprecated: 2.20: Use the
#GtkWidget:composite-child
property instead.
*/
#define GTK_WIDGET_COMPOSITE_CHILD(wid) ((GTK_WIDGET_FLAGS (wid) & GTK_COMPOSITE_CHILD) != 0)
#endif